PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFScreenAnnotation Class / setMoviePayload Method
the content of the movie displayed in the annotation.
In This Topic
    setMoviePayload Method
    In This Topic
    Sets the movie content.
    Syntax
    public void setMoviePayload( 
       byte[] payload
    )

    Parameters

    payload
    the content of the movie displayed in the annotation.
    Exceptions
    ExceptionDescription
    When payload is null.
    See Also